home *** CD-ROM | disk | FTP | other *** search
- #ifndef PTShConstsH
- #define PTShConstsH
-
- #ifdef LANG_CS
- #pragma resource "PTShConstsD2_cs.res"
- #define LANGUAGE_APPLIED
- #endif
-
- #ifdef LANG_DA
- #pragma resource "PTShConstsD2_da.res"
- #define LANGUAGE_APPLIED
- #endif
-
- #ifdef LANG_DE
- #pragma resource "PTShConstsD2_de.res"
- #define LANGUAGE_APPLIED
- #endif
-
- #ifdef LANG_EN
- #pragma resource "PTShConstsD2_en.res"
- #define LANGUAGE_APPLIED
- #endif
-
- #ifdef LANG_ES
- #pragma resource "PTShConstsD2_es.res"
- #define LANGUAGE_APPLIED
- #endif
-
- #ifdef LANG_FI
- #pragma resource "PTShConstsD2_fi.res"
- #define LANGUAGE_APPLIED
- #endif
-
- #ifdef LANG_FR
- #pragma resource "PTShConstsD2_fr.res"
- #define LANGUAGE_APPLIED
- #endif
-
- #ifdef LANG_HU
- #pragma resource "PTShConstsD2_hu.res"
- #define LANGUAGE_APPLIED
- #endif
-
- #ifdef LANG_IT
- #pragma resource "PTShConstsD2_it.res"
- #define LANGUAGE_APPLIED
- #endif
-
- #ifdef LANG_JP
- #pragma resource "PTShConstsD2_jp.res"
- #define LANGUAGE_APPLIED
- #endif
-
- #ifdef LANG_NL
- #pragma resource "PTShConstsD2_nl.res"
- #define LANGUAGE_APPLIED
- #endif
-
- #ifdef LANG_NO
- #pragma resource "PTShConstsD2_no.res"
- #define LANGUAGE_APPLIED
- #endif
-
- #ifdef LANG_PL
- #pragma resource "PTShConstsD2_pl.res"
- #define LANGUAGE_APPLIED
- #endif
-
- #ifdef LANG_PT
- #pragma resource "PTShConstsD2_pt.res"
- #define LANGUAGE_APPLIED
- #endif
-
- #ifdef LANG_RU
- #pragma resource "PTShConstsD2_ru.res"
- #define LANGUAGE_APPLIED
- #endif
-
- #ifdef LANG_SV
- #pragma resource "PTShConstsD2_sv.res"
- #define LANGUAGE_APPLIED
- #endif
-
- #ifndef LANGUAGE_APPLIED
- #pragma resource "PTShConstsD2.res"
- #endif
-
- #endif // PTShConstsH
-
-